$table ->foreignId('other_table_id') ->nullable() // here ->references('id') ->on('other_table');